From 4d86000033e2680a21b82e9e61fc089924bf5900 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 27 Dec 2013 03:21:42 +0100 Subject: [PATCH] shr didn't fill Japanese text correctly any more * net/shr.el (shr-find-fill-point): Don't try to fill if the indentation level is larger than the width, because that will infloop. (shr-insert): Fill repeatedly long texts, so that Japanese is formatted correctly. --- lisp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 224e7c96808..c61b99f6a5c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2013-12-27 Lars Ingebrigtsen + + * net/shr.el (shr-find-fill-point): Don't try to fill if the + indentation level is larger than the width, because that will + infloop. + (shr-insert): Fill repeatedly long texts, so that Japanese is + formatted correctly (bug#16263). + 2013-12-26 João Távora * electric.el (electric-pair-mode): More flexible engine for skip- -- 2.30.2